home *** CD-ROM | disk | FTP | other *** search
/ PC Answers 1995 May / PC Answers CD-ROM 7 (Future Publishing) (May 1995).iso / vbits / code / cert / trk3_eg / fmdrgdrp / opt2 / invent.exe / SOFTWARE.INV / End User@part.json < prev    next >
Encoding:
JavaScript Object Notation  |  1993-08-20  |  306 b 

  1. {
  2.     "schema": {
  3.         "PartNo": "Long Integer",
  4.         "Description": "Text (80)",
  5.         "Price": "Currency"
  6.     },
  7.     "data": [
  8.         {
  9.             "PartNo": 1000,
  10.             "Description": "MS EXcel",
  11.             "Price": 249
  12.         },
  13.         {
  14.             "PartNo": 1001,
  15.             "Description": "MS Words",
  16.             "Price": 299
  17.         },
  18.         {
  19.             "PartNo": 1002,
  20.             "Description": "WordPerfect",
  21.             "Price": 319
  22.         },
  23.         {
  24.             "PartNo": 1003,
  25.             "Description": "Lotus 123",
  26.             "Price": 249
  27.         }
  28.     ]
  29. }